[INFO] cloning repository https://github.com/teknomadix/test-xsv-proto
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/teknomadix/test-xsv-proto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteknomadix%2Ftest-xsv-proto", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteknomadix%2Ftest-xsv-proto'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fbbf0838e03b4d5dcb56a8606e1fb9708f82f34b
[INFO] fixing teknomadix/test-xsv-proto against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteknomadix%2Ftest-xsv-proto" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/teknomadix/test-xsv-proto
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/teknomadix/test-xsv-proto
[INFO] tweaked toml for git repo https://github.com/teknomadix/test-xsv-proto written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/teknomadix/test-xsv-proto on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/teknomadix/test-xsv-proto already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: An explicit [[test]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other test targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a test target:
[INFO] [stderr] 
[INFO] [stderr] * tests/test_sort.rs
[INFO] [stderr] * tests/test_fmt.rs
[INFO] [stderr] * tests/workdir.rs
[INFO] [stderr] * tests/test_split.rs
[INFO] [stderr] * tests/test_select.rs
[INFO] [stderr] * tests/test_headers.rs
[INFO] [stderr] * tests/test_partition.rs
[INFO] [stderr] * tests/test_search.rs
[INFO] [stderr] * tests/test_stats.rs
[INFO] [stderr] * tests/test_fixlengths.rs
[INFO] [stderr] * tests/test_join.rs
[INFO] [stderr] * tests/test_cat.rs
[INFO] [stderr] * tests/test_frequency.rs
[INFO] [stderr] * tests/test_slice.rs
[INFO] [stderr] * tests/test_index.rs
[INFO] [stderr] * tests/test_count.rs
[INFO] [stderr] * tests/test_table.rs
[INFO] [stderr] * tests/test_flatten.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autotests = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `xsv` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391
[INFO] running `Command { std: "docker" "start" "3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: An explicit [[test]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other test targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a test target:
[INFO] [stderr] 
[INFO] [stderr] * tests/test_sort.rs
[INFO] [stderr] * tests/test_fmt.rs
[INFO] [stderr] * tests/workdir.rs
[INFO] [stderr] * tests/test_split.rs
[INFO] [stderr] * tests/test_select.rs
[INFO] [stderr] * tests/test_headers.rs
[INFO] [stderr] * tests/test_partition.rs
[INFO] [stderr] * tests/test_search.rs
[INFO] [stderr] * tests/test_stats.rs
[INFO] [stderr] * tests/test_fixlengths.rs
[INFO] [stderr] * tests/test_join.rs
[INFO] [stderr] * tests/test_cat.rs
[INFO] [stderr] * tests/test_frequency.rs
[INFO] [stderr] * tests/test_slice.rs
[INFO] [stderr] * tests/test_index.rs
[INFO] [stderr] * tests/test_count.rs
[INFO] [stderr] * tests/test_table.rs
[INFO] [stderr] * tests/test_flatten.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autotests = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `xsv` (manifest) generated 2 warnings
[INFO] [stderr]     Checking libc v0.2.40
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking lazy_static v1.0.0
[INFO] [stderr]    Compiling regex v1.0.0
[INFO] [stderr]     Checking serde v1.0.54
[INFO] [stderr]     Checking ucd-util v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.4
[INFO] [stderr]    Compiling proc-macro2 v0.3.8
[INFO] [stderr]     Checking utf8-ranges v1.0.0
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]     Checking thread_local v0.3.5
[INFO] [stderr]     Checking regex-syntax v0.6.0
[INFO] [stderr]     Checking cfg-if v0.1.3
[INFO] [stderr]     Checking byteorder v1.2.2
[INFO] [stderr]     Checking strsim v0.7.0
[INFO] [stderr]    Compiling quote v0.5.2
[INFO] [stderr]     Checking tabwriter v1.0.4
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]    Compiling syn v0.13.9
[INFO] [stderr]     Checking csv-core v0.1.4
[INFO] [stderr]     Checking aho-corasick v0.6.4
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking threadpool v1.7.1
[INFO] [stderr]     Checking filetime v0.1.15
[INFO] [stderr]     Checking log v0.4.1
[INFO] [stderr]     Checking streaming-stats v0.2.0
[INFO] [stderr]     Checking rand v0.3.22
[INFO] [stderr]     Checking quickcheck v0.6.2
[INFO] [stderr]     Checking chan v0.1.21
[INFO] [stderr]    Compiling serde_derive v1.0.54
[INFO] [stderr]     Checking csv v1.0.0
[INFO] [stderr]     Checking csv-index v0.1.5
[INFO] [stderr]     Checking docopt v1.0.0
[INFO] [stderr]     Checking xsv v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/cmd/sort.rs (4 fixes)
[INFO] [stderr]    Migrating tests/tests.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/cmd/index.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/fixlengths.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/fmt.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/partition.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/headers.rs (3 fixes)
[INFO] [stderr]        Fixed src/index.rs (1 fix)
[INFO] [stderr]        Fixed src/cmd/search.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/sample.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/table.rs (3 fixes)
[INFO] [stderr]        Fixed src/util.rs (2 fixes)
[INFO] [stderr]        Fixed src/cmd/cat.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/input.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/stats.rs (5 fixes)
[INFO] [stderr]        Fixed src/cmd/select.rs (4 fixes)
[INFO] [stderr]        Fixed src/config.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/flatten.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/split.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/join.rs (5 fixes)
[INFO] [stderr]        Fixed src/cmd/count.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/slice.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/frequency.rs (5 fixes)
[INFO] [stderr]        Fixed tests/test_stats.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_sort.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_count.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_fmt.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_flatten.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_slice.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_cat.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_partition.rs (1 fix)
[INFO] [stderr]        Fixed tests/tests.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_frequency.rs (4 fixes)
[INFO] [stderr]        Fixed tests/test_join.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_headers.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_index.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_split.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_select.rs (2 fixes)
[INFO] [stderr]        Fixed tests/workdir.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_table.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_search.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_fixlengths.rs (2 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.24s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.13.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: xsv v0.13.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking xsv v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_join.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_join.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 65 | / join_test!(join_inner,
[INFO] [stdout] 66 | |            |wrk: Workdir, mut cmd: process::Command, headers: bool| {
[INFO] [stdout] 67 | |     let got: Vec<Vec<String>> = wrk.read_stdout(&mut cmd);
[INFO] [stdout] 68 | |     let expected = make_rows(headers, vec![
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     assert_eq!(got, expected);
[INFO] [stdout] 74 | | });
[INFO] [stdout]    | |__- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `join_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_partition.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_join.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 76 | / join_test!(join_outer_left,
[INFO] [stdout] 77 | |            |wrk: Workdir, mut cmd: process::Command, headers: bool| {
[INFO] [stdout] 78 | |     cmd.arg("--left");
[INFO] [stdout] 79 | |     let got: Vec<Vec<String>> = wrk.read_stdout(&mut cmd);
[INFO] [stdout] ...  |
[INFO] [stdout] 87 | |     assert_eq!(got, expected);
[INFO] [stdout] 88 | | });
[INFO] [stdout]    | |__- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `join_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         svec!["CO", "Denver"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 196 -         svec!["CO", "Denver"],
[INFO] [stdout] 196 +         vec!["CO", "Denver"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_join.rs:10:24
[INFO] [stdout]     |
[INFO] [stdout]  10 |               use crate::workdir::Workdir;
[INFO] [stdout]     |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout]  90 | / join_test!(join_outer_right,
[INFO] [stdout]  91 | |            |wrk: Workdir, mut cmd: process::Command, headers: bool| {
[INFO] [stdout]  92 | |     cmd.arg("--right");
[INFO] [stdout]  93 | |     let got: Vec<Vec<String>> = wrk.read_stdout(&mut cmd);
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |     assert_eq!(got, expected);
[INFO] [stdout] 101 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `join_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_join.rs:10:24
[INFO] [stdout]     |
[INFO] [stdout]  10 |               use crate::workdir::Workdir;
[INFO] [stdout]     |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 103 | / join_test!(join_outer_full,
[INFO] [stdout] 104 | |            |wrk: Workdir, mut cmd: process::Command, headers: bool| {
[INFO] [stdout] 105 | |     cmd.arg("--full");
[INFO] [stdout] 106 | |     let got: Vec<Vec<String>> = wrk.read_stdout(&mut cmd);
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     assert_eq!(got, expected);
[INFO] [stdout] 116 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `join_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::CsvData`, `crate::qcheck`
[INFO] [stdout]  --> tests/test_count.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{CsvData, qcheck};
[INFO] [stdout]   |             ^^^^^^^  ^^^^^^ no `qcheck` in the root
[INFO] [stdout]   |             |
[INFO] [stdout]   |             no `CsvData` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 |         svec!["CA", "San Francisco"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 195 -         svec!["CA", "San Francisco"],
[INFO] [stdout] 195 +         vec!["CA", "San Francisco"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_count.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         svec!["c", "d", "3", "4"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 183 -         svec!["c", "d", "3", "4"],
[INFO] [stdout] 183 +         vec!["c", "d", "3", "4"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rassert_eq` in this scope
[INFO] [stdout]   --> tests/test_count.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     rassert_eq!(got_count, expected_count)
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 29 -     rassert_eq!(got_count, expected_count)
[INFO] [stdout] 29 +     assert_eq!(got_count, expected_count)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |         svec!["M", "Too short"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 194 -         svec!["M", "Too short"],
[INFO] [stdout] 194 +         vec!["M", "Too short"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_headers.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:182:9
[INFO] [stdout]     |
[INFO] [stdout] 182 |         svec!["c", "d", "1", "2"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 182 -         svec!["c", "d", "1", "2"],
[INFO] [stdout] 182 +         vec!["c", "d", "1", "2"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         svec!["ME", "Portland"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 193 -         svec!["ME", "Portland"],
[INFO] [stdout] 193 +         vec!["ME", "Portland"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |         svec!["MA", "Boston"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 192 -         svec!["MA", "Boston"],
[INFO] [stdout] 192 +         vec!["MA", "Boston"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_split.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:181:9
[INFO] [stdout]     |
[INFO] [stdout] 181 |         svec!["a", "b", "3", "4"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 181 -         svec!["a", "b", "3", "4"],
[INFO] [stdout] 181 +         vec!["a", "b", "3", "4"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_headers.rs:7:41
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let rows2 = vec![svec!["h2", "h3"], svec!["y", "z"]];
[INFO] [stdout]   |                                         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 7 -     let rows2 = vec![svec!["h2", "h3"], svec!["y", "z"]];
[INFO] [stdout] 7 +     let rows2 = vec![svec!["h2", "h3"], vec!["y", "z"]];
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_select.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:180:9
[INFO] [stdout]     |
[INFO] [stdout] 180 |         svec!["a", "b", "1", "2"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 180 -         svec!["a", "b", "1", "2"],
[INFO] [stdout] 180 +         vec!["a", "b", "1", "2"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         svec!["state", "city"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 191 -         svec!["state", "city"],
[INFO] [stdout] 191 +         vec!["state", "city"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_split.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |     if headers { rows.insert(0, svec!["h1", "h2"]); }
[INFO] [stdout]    |                                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 20 -     if headers { rows.insert(0, svec!["h1", "h2"]); }
[INFO] [stdout] 20 +     if headers { rows.insert(0, vec!["h1", "h2"]); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 72 | select_test!(select_simple, "h1", "1", ["h1"], ["a"]);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:173:53
[INFO] [stdout]     |
[INFO] [stdout] 173 |     wrk.create("numbers.csv", vec![svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |                                                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 173 -     wrk.create("numbers.csv", vec![svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout] 173 +     wrk.create("numbers.csv", vec![svec!["1", "2"], vec!["3", "4"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         svec!["collision_2", "collides with disambiguated"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 144 -         svec!["collision_2", "collides with disambiguated"],
[INFO] [stdout] 144 +         vec!["collision_2", "collides with disambiguated"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 73 | select_test!(select_simple_idx, "h1[0]", "1", ["h1"], ["a"]);
[INFO] [stdout]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_headers.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let rows2 = vec![svec!["h2", "h3"], svec!["y", "z"]];
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 7 -     let rows2 = vec![svec!["h2", "h3"], svec!["y", "z"]];
[INFO] [stdout] 7 +     let rows2 = vec![vec!["h2", "h3"], svec!["y", "z"]];
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_split.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |         svec!["i", "j"], svec!["k", "l"],
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 18 -         svec!["i", "j"], svec!["k", "l"],
[INFO] [stdout] 18 +         svec!["i", "j"], vec!["k", "l"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         svec!["collision!", "collides again"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 143 -         svec!["collision!", "collides again"],
[INFO] [stdout] 143 +         vec!["collision!", "collides again"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 74 | select_test!(select_simple_idx_2, "h1[1]", "5", ["h1"], ["e"]);
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:173:36
[INFO] [stdout]     |
[INFO] [stdout] 173 |     wrk.create("numbers.csv", vec![svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 173 -     wrk.create("numbers.csv", vec![svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout] 173 +     wrk.create("numbers.csv", vec![vec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         svec!["coll ision", "collides"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 142 -         svec!["coll ision", "collides"],
[INFO] [stdout] 142 +         vec!["coll ision", "collides"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::Csv`, `crate::CsvData`, `crate::qcheck`
[INFO] [stdout]  --> tests/test_cat.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{Csv, CsvData, qcheck};
[INFO] [stdout]   |             ^^^  ^^^^^^^  ^^^^^^ no `qcheck` in the root
[INFO] [stdout]   |             |    |
[INFO] [stdout]   |             |    no `CsvData` in the root
[INFO] [stdout]   |             no `Csv` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_cat.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 76 | select_test!(select_quoted, r#""h[]3""#, "3", ["h[]3"], ["c"]);
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:172:53
[INFO] [stdout]     |
[INFO] [stdout] 172 |     wrk.create("letters.csv", vec![svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |                                                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 172 -     wrk.create("letters.csv", vec![svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout] 172 +     wrk.create("letters.csv", vec![svec!["a", "b"], vec!["c", "d"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         svec!["collision", "in same file"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -         svec!["collision", "in same file"],
[INFO] [stdout] 141 +         vec!["collision", "in same file"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_headers.rs:6:41
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]   |                                         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 6 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 6 +     let rows1 = vec![svec!["h1", "h2"], vec!["a", "b"]];
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_split.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         svec!["i", "j"], svec!["k", "l"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 18 -         svec!["i", "j"], svec!["k", "l"],
[INFO] [stdout] 18 +         vec!["i", "j"], svec!["k", "l"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_count") due to 3 previous errors
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_search.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         svec!["", "", "y", "z"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 125 -         svec!["", "", "y", "z"],
[INFO] [stdout] 125 +         vec!["", "", "y", "z"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 77 | select_test!(select_quoted_idx, r#""h[]3"[0]"#, "3", ["h[]3"], ["c"]);
[INFO] [stdout]    | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:172:36
[INFO] [stdout]     |
[INFO] [stdout] 172 |     wrk.create("letters.csv", vec![svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 172 -     wrk.create("letters.csv", vec![svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout] 172 +     wrk.create("letters.csv", vec![vec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         svec!["a", "b", "y", "z"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 124 -         svec!["a", "b", "y", "z"],
[INFO] [stdout] 124 +         vec!["a", "b", "y", "z"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_split.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |         svec!["e", "f"], svec!["g", "h"],
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 17 -         svec!["e", "f"], svec!["g", "h"],
[INFO] [stdout] 17 +         svec!["e", "f"], vec!["g", "h"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         svec!["collision", "ordinary value"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 140 -         svec!["collision", "ordinary value"],
[INFO] [stdout] 140 +         vec!["collision", "ordinary value"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         svec!["c", "d", "3", "4"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 164 -         svec!["c", "d", "3", "4"],
[INFO] [stdout] 164 +         vec!["c", "d", "3", "4"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_split.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         svec!["e", "f"], svec!["g", "h"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 17 -         svec!["e", "f"], svec!["g", "h"],
[INFO] [stdout] 17 +         vec!["e", "f"], svec!["g", "h"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_split.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |         svec!["a", "b"], svec!["c", "d"],
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 16 -         svec!["a", "b"], svec!["c", "d"],
[INFO] [stdout] 16 +         svec!["a", "b"], vec!["c", "d"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         svec!["a", "b"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 148 -         svec!["a", "b"],
[INFO] [stdout] 148 +         vec!["a", "b"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |         svec!["c", "d", "1", "2"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 163 -         svec!["c", "d", "1", "2"],
[INFO] [stdout] 163 +         vec!["c", "d", "1", "2"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:121:39
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 121 +     let rows2 = vec![svec!["y", "z"], vec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_split.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         svec!["a", "b"], svec!["c", "d"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 16 -         svec!["a", "b"], svec!["c", "d"],
[INFO] [stdout] 16 +         vec!["a", "b"], svec!["c", "d"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 121 +     let rows2 = vec![vec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_headers.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 6 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 6 +     let rows1 = vec![vec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |         svec!["a", "b", "3", "4"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 162 -         svec!["a", "b", "3", "4"],
[INFO] [stdout] 162 +         vec!["a", "b", "3", "4"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 120 -     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout] 120 +     let rows1 = vec![vec!["a", "b"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         svec!["a", "b", "1", "2"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 161 -         svec!["a", "b", "1", "2"],
[INFO] [stdout] 161 +         vec!["a", "b", "1", "2"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 79 | / select_test!(select_range, "h1-h4", "1-4",
[INFO] [stdout] 80 | |              ["h1", "h2", "h[]3", "h4"], ["a", "b", "c", "d"]);
[INFO] [stdout]    | |______________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         svec!["a", "b", "y", "z"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -         svec!["a", "b", "y", "z"],
[INFO] [stdout] 111 +         vec!["a", "b", "y", "z"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |         svec!["h1", "h2", "h3", "h4"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 160 -         svec!["h1", "h2", "h3", "h4"],
[INFO] [stdout] 160 +         vec!["h1", "h2", "h3", "h4"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         svec!["a", "b"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 132 -         svec!["a", "b"],
[INFO] [stdout] 132 +         vec!["a", "b"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:108:39
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 108 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 108 +     let rows2 = vec![svec!["y", "z"], vec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:153:57
[INFO] [stdout]     |
[INFO] [stdout] 153 |                vec![svec!["h3", "h4"], svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |                                                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 153 -                vec![svec!["h3", "h4"], svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout] 153 +                vec![svec!["h3", "h4"], svec!["1", "2"], vec!["3", "4"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |         svec!["unsafe _1$!,\"", "unsafe in shell"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 139 -         svec!["unsafe _1$!,\"", "unsafe in shell"],
[INFO] [stdout] 139 +         vec!["unsafe _1$!,\"", "unsafe in shell"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 82 | / select_test!(select_range_multi, r#"h1-h2,"h[]3"-h4"#, "1-2,3-4",
[INFO] [stdout] 83 | |              ["h1", "h2", "h[]3", "h4"], ["a", "b", "c", "d"]);
[INFO] [stdout]    | |______________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:108:22
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 108 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 108 +     let rows2 = vec![vec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:153:40
[INFO] [stdout]     |
[INFO] [stdout] 153 |                vec![svec!["h3", "h4"], svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 153 -                vec![svec!["h3", "h4"], svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout] 153 +                vec![svec!["h3", "h4"], vec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |                vec![svec!["h3", "h4"], svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 153 -                vec![svec!["h3", "h4"], svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout] 153 +                vec![vec!["h3", "h4"], svec!["1", "2"], svec!["3", "4"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:107:22
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 107 -     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout] 107 +     let rows1 = vec![vec!["a", "b"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         svec!["empty", "the string empty"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 138 -         svec!["empty", "the string empty"],
[INFO] [stdout] 138 +         vec!["empty", "the string empty"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         svec!["foobar", "barfoo"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 131 +         vec!["foobar", "barfoo"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 84 | / select_test!(select_range_multi_idx, r#"h1-h2,"h[]3"[0]-h4"#, "1-2,3-4",
[INFO] [stdout] 85 | |              ["h1", "h2", "h[]3", "h4"], ["a", "b", "c", "d"]);
[INFO] [stdout]    | |______________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         svec!["a", "b", "y", "z"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 98 -         svec!["a", "b", "y", "z"],
[INFO] [stdout] 98 +         vec!["a", "b", "y", "z"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:151:57
[INFO] [stdout]     |
[INFO] [stdout] 151 |                vec![svec!["h1", "h2"], svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |                                                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 151 -                vec![svec!["h1", "h2"], svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout] 151 +                vec![svec!["h1", "h2"], svec!["a", "b"], vec!["c", "d"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         svec!["", "empty key"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 137 -         svec!["", "empty key"],
[INFO] [stdout] 137 +         vec!["", "empty key"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 87 | / select_test!(select_reverse, "h1[1]-h1[0]", "5-1",
[INFO] [stdout] 88 | |              ["h1", "h4", "h[]3", "h2", "h1"], ["e", "d", "c", "b", "a"]);
[INFO] [stdout]    | |_________________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:151:40
[INFO] [stdout]     |
[INFO] [stdout] 151 |                vec![svec!["h1", "h2"], svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 151 -                vec![svec!["h1", "h2"], svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout] 151 +                vec![svec!["h1", "h2"], vec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         svec!["h1", "h2", "h3", "h4"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 97 -         svec!["h1", "h2", "h3", "h4"],
[INFO] [stdout] 97 +         vec!["h1", "h2", "h3", "h4"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |         svec!["barfoo", "foobar"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 116 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 116 +         vec!["barfoo", "foobar"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |         svec!["barfoo", "foobar"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 100 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 100 +         vec!["barfoo", "foobar"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |         svec!["key", "explanation"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 136 -         svec!["key", "explanation"],
[INFO] [stdout] 136 +         vec!["key", "explanation"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 90 | / select_test!(select_not, r#"!"h[]3"[0]"#, "!3",
[INFO] [stdout] 91 | |              ["h1", "h2", "h4", "h1"], ["a", "b", "d", "e"]);
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:94:41
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 94 -     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout] 94 +     let rows2 = vec![svec!["h3", "h4"], vec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:151:21
[INFO] [stdout]     |
[INFO] [stdout] 151 |                vec![svec!["h1", "h2"], svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 151 -                vec![svec!["h1", "h2"], svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout] 151 +                vec![vec!["h1", "h2"], svec!["a", "b"], svec!["c", "d"]]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:94:22
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 94 -     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout] 94 +     let rows2 = vec![vec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         svec!["5", "6", "6", "5"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 142 -         svec!["5", "6", "6", "5"],
[INFO] [stdout] 142 +         vec!["5", "6", "6", "5"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 99 -         svec!["h1", "h2"],
[INFO] [stdout] 99 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:93:41
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 93 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 93 +     let rows1 = vec![svec!["h1", "h2"], vec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         svec!["3", "4", "4", "3"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -         svec!["3", "4", "4", "3"],
[INFO] [stdout] 141 +         vec!["3", "4", "4", "3"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:93:22
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 93 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 93 +     let rows1 = vec![vec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |     if headers { rows.insert(0, svec!["state", "city"]); }
[INFO] [stdout]    |                                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 20 -     if headers { rows.insert(0, svec!["state", "city"]); }
[INFO] [stdout] 20 +     if headers { rows.insert(0, vec!["state", "city"]); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         svec!["barfoo", "foobar"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 84 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 84 +         vec!["barfoo", "foobar"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         svec!["1", "2", "2", "1"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 140 -         svec!["1", "2", "2", "1"],
[INFO] [stdout] 140 +         vec!["1", "2", "2", "1"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 92 | select_test!(select_not_range, "!h1[1]-h2", "!5-2", ["h1"], ["a"]);
[INFO] [stdout]    | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |         svec!["foobar", "barfoo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 83 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 83 +         vec!["foobar", "barfoo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rassert_eq` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         rassert_eq!(got, expected)
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 86 -         rassert_eq!(got, expected)
[INFO] [stdout] 86 +         assert_eq!(got, expected)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |         svec!["6", "5"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 128 -         svec!["6", "5"],
[INFO] [stdout] 128 +         vec!["6", "5"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         svec!["TX", "Fort Worth"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 18 -         svec!["TX", "Fort Worth"],
[INFO] [stdout] 18 +         vec!["TX", "Fort Worth"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         svec!["barfoo", "foobar"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 68 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 68 +         vec!["barfoo", "foobar"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 94 | select_test!(select_duplicate, "h1,h1", "1,1", ["h1", "h1"], ["a", "a"]);
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         svec!["foobar", "barfoo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 67 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 67 +         vec!["foobar", "barfoo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         svec!["4", "3"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 127 -         svec!["4", "3"],
[INFO] [stdout] 127 +         vec!["4", "3"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:63:41
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 63 -     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout] 63 +     let rows2 = vec![svec!["h1", "h2"], vec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         svec!["NY", "Buffalo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 17 -         svec!["NY", "Buffalo"],
[INFO] [stdout] 17 +         vec!["NY", "Buffalo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 66 -         svec!["h1", "h2"],
[INFO] [stdout] 66 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 95 | / select_test!(select_duplicate_range, "h1-h2,h1-h2", "1-2,1-2",
[INFO] [stdout] 96 | |              ["h1", "h2", "h1", "h2"], ["a", "b", "a", "b"]);
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         svec!["h1", "h2"],
[INFO] [stdout] 38 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 63 -     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout] 63 +     let rows2 = vec![vec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         svec!["2", "1"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 126 -         svec!["2", "1"],
[INFO] [stdout] 126 +         vec!["2", "1"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 97 | / select_test!(select_duplicate_range_reverse, "h1-h2,h2-h1", "1-2,2-1",
[INFO] [stdout] 98 | |              ["h1", "h2", "h2", "h1"], ["a", "b", "b", "a"]);
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         svec!["TX", "Dallas"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 16 -         svec!["TX", "Dallas"],
[INFO] [stdout] 16 +         vec!["TX", "Dallas"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         svec!["barfoo", "foobar"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 24 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 24 +         vec!["barfoo", "foobar"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         svec!["foobar", "barfoo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 23 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 23 +         vec!["foobar", "barfoo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         svec!["5", "6"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 123 -         svec!["5", "6"],
[INFO] [stdout] 123 +         vec!["5", "6"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         svec!["CA", "San Francisco"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 15 -         svec!["CA", "San Francisco"],
[INFO] [stdout] 15 +         vec!["CA", "San Francisco"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:62:41
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 62 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 62 +     let rows1 = vec![svec!["h1", "h2"], vec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_search") due to 20 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 22 -         svec!["h1", "h2"],
[INFO] [stdout] 22 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_partition") due to 22 previous errors
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |             use crate::workdir::Workdir;
[INFO] [stdout]     |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 100 | select_test!(select_range_no_end, "h4-", "4-", ["h4", "h1"], ["d", "e"]);
[INFO] [stdout]     | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         svec!["3", "4"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 122 -         svec!["3", "4"],
[INFO] [stdout] 122 +         vec!["3", "4"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 |     if headers { rows.insert(0, svec!["h1", "h2"]); }
[INFO] [stdout]   |                                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 9 -     if headers { rows.insert(0, svec!["h1", "h2"]); }
[INFO] [stdout] 9 +     if headers { rows.insert(0, vec!["h1", "h2"]); }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         svec!["NY", "Manhatten"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 14 -         svec!["NY", "Manhatten"],
[INFO] [stdout] 14 +         vec!["NY", "Manhatten"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 62 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 62 +     let rows1 = vec![vec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         svec!["barfoo", "foobar"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 7 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 7 +         vec!["barfoo", "foobar"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |             use crate::workdir::Workdir;
[INFO] [stdout]     |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 101 | select_test!(select_range_no_start, "-h2", "-2", ["h1", "h2"], ["a", "b"]);
[INFO] [stdout]     | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         svec!["a", "b"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 6 -         svec!["a", "b"],
[INFO] [stdout] 6 +         vec!["a", "b"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         svec!["1", "2"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -         svec!["1", "2"],
[INFO] [stdout] 121 +         vec!["1", "2"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let rows = vec![svec!["\u{0085}"]];
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 46 -     let rows = vec![svec!["\u{0085}"]];
[INFO] [stdout] 46 +     let rows = vec![vec!["\u{0085}"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         svec!["foobar", "barfoo"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 5 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 5 +         vec!["foobar", "barfoo"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |               use crate::workdir::Workdir;
[INFO] [stdout]     |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 102 | / select_test!(select_range_no_end_cat, "h4-,h1", "4-,1",
[INFO] [stdout] 103 | |              ["h4", "h1", "h1"], ["d", "e", "a"]);
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |               use crate::workdir::Workdir;
[INFO] [stdout]     |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 104 | / select_test!(select_range_no_start_cat, "-h2,h1[1]", "-2,5",
[INFO] [stdout] 105 | |              ["h1", "h2", "h1"], ["a", "b", "e"]);
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         svec!["", "", "Orlando", "Disney World"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 113 -         svec!["", "", "Orlando", "Disney World"],
[INFO] [stdout] 113 +         vec!["", "", "Orlando", "Disney World"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rassert_eq` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         rassert_eq!(got, expected)
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 39 -         rassert_eq!(got, expected)
[INFO] [stdout] 39 +         assert_eq!(got, expected)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_headers") due to 5 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_select.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         svec!["a", "b", "c", "d", "e"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 66 -         svec!["a", "b", "c", "d", "e"],
[INFO] [stdout] 66 +         vec!["a", "b", "c", "d", "e"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 112 -         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout] 112 +         vec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_select.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn header_row() -> Vec<String> { svec!["h1", "h2", "h[]3", "h4", "h1"] }
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 62 - fn header_row() -> Vec<String> { svec!["h1", "h2", "h[]3", "h4", "h1"] }
[INFO] [stdout] 62 + fn header_row() -> Vec<String> { vec!["h1", "h2", "h[]3", "h4", "h1"] }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         svec!["San Francisco", "CA", "", ""],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -         svec!["San Francisco", "CA", "", ""],
[INFO] [stdout] 111 +         vec!["San Francisco", "CA", "", ""],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |         svec!["New York", "NY", "", ""],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 110 -         svec!["New York", "NY", "", ""],
[INFO] [stdout] 110 +         vec!["New York", "NY", "", ""],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 109 -         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout] 109 +         vec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_join.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 108 -         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout] 108 +         vec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         svec!["", "", "Orlando", "Disney World"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 98 -         svec!["", "", "Orlando", "Disney World"],
[INFO] [stdout] 98 +         vec!["", "", "Orlando", "Disney World"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_cat") due to 24 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 97 -         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout] 97 +         vec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 96 -         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout] 96 +         vec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_split") due to 8 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 95 -         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout] 95 +         vec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 85 -         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout] 85 +         vec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         svec!["San Francisco", "CA", "", ""],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 84 -         svec!["San Francisco", "CA", "", ""],
[INFO] [stdout] 84 +         vec!["San Francisco", "CA", "", ""],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |         svec!["New York", "NY", "", ""],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 83 -         svec!["New York", "NY", "", ""],
[INFO] [stdout] 83 +         vec!["New York", "NY", "", ""],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 82 -         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout] 82 +         vec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 81 -         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout] 81 +         vec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 71 -         svec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout] 71 +         vec!["Buffalo", "NY", "Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 70 -         svec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout] 70 +         vec!["Boston", "MA", "Boston", "Boston Garden"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 69 -         svec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout] 69 +         vec!["Boston", "MA", "Boston", "Logan Airport"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |         all_rows.push(svec!["city", "state", "city", "place"]);
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 59 -         all_rows.push(svec!["city", "state", "city", "place"]);
[INFO] [stdout] 59 +         all_rows.push(vec!["city", "state", "city", "place"]);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:48:35
[INFO] [stdout]    |
[INFO] [stdout] 48 |     if headers { places.insert(0, svec!["city", "place"]); }
[INFO] [stdout]    |                                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 48 -     if headers { places.insert(0, svec!["city", "place"]); }
[INFO] [stdout] 48 +     if headers { places.insert(0, vec!["city", "place"]); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:47:35
[INFO] [stdout]    |
[INFO] [stdout] 47 |     if headers { cities.insert(0, svec!["city", "state"]); }
[INFO] [stdout]    |                                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 47 -     if headers { cities.insert(0, svec!["city", "state"]); }
[INFO] [stdout] 47 +     if headers { cities.insert(0, vec!["city", "state"]); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |         svec!["Orlando", "Disney World"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 45 -         svec!["Orlando", "Disney World"],
[INFO] [stdout] 45 +         vec!["Orlando", "Disney World"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         svec!["Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 44 -         svec!["Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout] 44 +         vec!["Buffalo", "Ralph Wilson Stadium"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         svec!["Boston", "Boston Garden"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 43 -         svec!["Boston", "Boston Garden"],
[INFO] [stdout] 43 +         vec!["Boston", "Boston Garden"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         svec!["Boston", "Logan Airport"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 42 -         svec!["Boston", "Logan Airport"],
[INFO] [stdout] 42 +         vec!["Boston", "Logan Airport"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         svec!["Buffalo", "NY"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 39 -         svec!["Buffalo", "NY"],
[INFO] [stdout] 39 +         vec!["Buffalo", "NY"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         svec!["San Francisco", "CA"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         svec!["San Francisco", "CA"],
[INFO] [stdout] 38 +         vec!["San Francisco", "CA"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         svec!["New York", "NY"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 37 -         svec!["New York", "NY"],
[INFO] [stdout] 37 +         vec!["New York", "NY"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_join.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         svec!["Boston", "MA"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 36 -         svec!["Boston", "MA"],
[INFO] [stdout] 36 +         vec!["Boston", "MA"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_select") due to 21 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_join") due to 62 previous errors
[INFO] running `Command { std: "docker" "inspect" "3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391", kill_on_drop: false }`
[INFO] [stdout] 3afc3331161deb52209025f6b71e32c23e5542b2574cf875b8d6fc5f08902391
